home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 April
/
Chip_2002-04_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d3456
/
BFC.ZIP
/
bfc
/
FileCheck demo
/
Chckfile.dpr
< prev
next >
Wrap
Text File
|
1999-04-13
|
244b
|
15 lines
program Chckfile;
uses
Forms,
FileChk in 'FileChk.pas' {FM_Reindex};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'CheckFile';
Application.CreateForm(TFM_Reindex, FM_Reindex);
Application.Run;
end.